﻿body {
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh !important;
}
.ys_header .ys_hd_pc.isstatic::after{
    opacity: 1;
}
.ys_header .ys_hd_pc.isstatic .mod_cover img:nth-child(2){
    opacity: 1;
}
.ys_header .ys_hd_pc.isstatic .mhnu_li_link,
.ys_header .ys_hd_pc.isstatic .mod_head_other_lang a{
    color: #333;
}
.search-container{
    margin-top: 140px;
}
.gg-main p{
    margin-bottom: 10px;
    line-height: 30px;
}
.aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.introduction .introduction-content .box-shadow{
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px;
    border-radius: 20px;
    }
    
    .introduction .introduction-content .box-shadow-0 {
        border-radius: 0;
}
.introduction .introduction-content a.box-shadow{
    box-shadow: none;
}
a[data-fancybox] {
    padding: 2px 0;
}
.soft-download-system{
    position: relative;
}
.soft-download-system a{
    display: block;
}
.file-choose-system{
    width: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
    border-radius: 5px;
    position: absolute;
    top: 100%;
    right: 6px;
    overflow: hidden;
    transition: all .2s;
    max-height: 0;
}
.file-choose-system a{
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #134699;
    line-height: 40px;
    border-radius: 5px;
}
.file-choose-system a:hover{
    background: #ECF5FF;
}
.file-choose-system a.active-system{
    border: 1px solid #134699;
}
.soft-download-system:hover .file-choose-system{
    max-height: 120px;
}
.flex-box{
    flex: 1;
    overflow-y: auto;
}
.row-nav {
    overflow: hidden;
}

span {
    display: inline-block;
}

p {
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
}

.container,
.container-fluid {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

header {
    /* width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px -1px 3px 0px;
    height: 60px;
    flex: 0 0 60px;
    background-color: #fff;
    z-index: 100; */
}

.head {
    height: 60px;
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.head-2 {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}

.head-3 {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.content{
    width: 100%;
    display: flex;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
  display: inline-flex;
  color: #f00;
  margin-top: -35px;
    margin-left: 195px;
}
.quiz-733 .wpcf7-not-valid-tip{
  margin-left: 0;
}
.screen-reader-response{
  text-align: center;
font-size: 20px;
margin-bottom: -60px;
}

.head-3>div {
    height: 100%;
}

.head-3>div>a {
    display: block;
}

.head-3>div>a:first-child {
    margin-bottom: 25px;
    font-weight: 600;
}

.h-m-a {
    font-size: 14px;
    margin-bottom: 8px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.head-list {
    position: fixed;
    height: 96px;
    top: 60px;
    line-height: 96px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: none;
}

.head-list2 {
    position: fixed;
    top: 60px;
    height: 220px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: none;
    padding-top: 40px;
}

.head-list2>div {
    height: 100%;
}

.head-list2 a {
    color: black;
}

.head-ul>li {
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.head-ul-en>li {
    justify-content: center;
}

.head-left {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.head-img1 {
    width: 130px;
    cursor: pointer;
    display: block;
}

.head-ul {
    list-style: none;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-inline-start: 0px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    margin: 0 auto;

}
.head-ul-en{
    width: 85%;
}

.head-ul-list {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    height: 0px;
    /* height: 173px; */
    box-shadow: 0 0 1px 0;
    width: 100%;
    overflow: hidden;
    transition: height .2s;
}

.head-ul-list1 {
    width: 134%;
}

.head-ul-list2 {
    width: 100%;
}
.head-ul-list3 {
    display: flex;
    line-height: 50px;
    justify-content: space-around;
    padding-right: 3%;
    width: 70%;
    right: 0;
    left: unset;
}

.head-ul-list>div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
}

.head-ul-list img {
    height: 90%;
    margin-top: 20px;
    width: 94%;
}

.head-ul-list .img-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-ul-list .img-2 img {
    height: 100%;
    width: 78%;
    margin-top: 0;
}

.head-ul-list>div>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.head-ul-list>div>div>a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(63, 63, 63, 1);
    line-height: 30px;
}

.head-ul-list>div>div>a:first-child,
.list-type-title {
    font-size: 15px !important;
}

.head-ul a {
    color: #393939;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    word-break: keep-all;
    margin-left: 30px;
}

.head-ul a:hover {
    color: rgb(19, 70, 153);
}

.nav-show a:hover {
    color: rgb(19, 70, 153);
    border-bottom: 2px solid rgb(19, 70, 153);
}

.s-h-ul a {
    font-size: 18px;
}

.head-ul>a:hover {
    color: #134699;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.head-img2 {
    width: 26px;
    display: none;
}

.head-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.nav-show1,
.nav-show2 {
    /* border-bottom: 3px solid transparent; */
}

.nav-b-bottom {
    border-bottom: 3px solid rgb(19, 70, 153);
}

.head-lang {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-lang a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4F4F4F;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 20px;
    border-left: 1px solid #4F4F4F;
}
.head-lang div a {
    border-right: 1px solid #4F4F4F;
}

.head-lang a:hover {
    color: rgb(19, 70, 153);
}

.head-lang img {
    width: 20px;
    cursor: pointer;
}

.nav-lang {
    width: 26px;
    margin-right: 10px;
}

.carousel {
    width: 100%;
}

.carousel-indicators {
    width: 160px;
    margin: 0 auto;
    height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    align-items: center;
    margin-bottom: 10px;
}

.carousel-indicators>li {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    margin: 0 10px;
}

.nav-bg {
    background-color: #f8f8f8;
    padding: 0;
}

.nav-bg>div {
    padding: 0;
    margin: 0 auto;
}

.nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.nav-img {
    width: 310px;
}

.nav-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

.nav-ul>li {
    width: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
}

.nav-ul a {
    color: #fff;
}

.nav-ul a:hover {
    color: #fff;
}

.nav-ul>li::before {
    content: '';
    height: 62px;
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
    background-color: rgb(179, 179, 179);
}

.nav-ul>li:last-child::after {
    content: '';
    height: 62px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    background-color: rgb(179, 179, 179);
}

.nav-ul>li>div {
    cursor: pointer;
}

.width-60 {
    width: 60%;
}

.nav-img-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-img-icon>img {
    height: 40px;
}

.nav-img-txt {
    font-size: 21px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: rgb(179, 179, 179);
    text-align: center;
}

.list-out {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
}

.list-out-new {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    z-index: 99;
    height: 55px;
    width: 100vw;
    display: none;
}

.list-out-new>div {
    width: 100%;
    height: 100%;
    background: #134699;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-around;
    padding: 0 15px;
    position: relative;
}

.list-out-new>div>a {
    display: block;
    margin: 0 auto;
}

.list-out-new>div::after {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    left: 10%;
    background: #134699;
}

.list-out-new1>div {
    justify-content: flex-start;
}

.list-out-new2 {
    left: -100%;
}

.list-out-new2>div::after {
    left: 30%;
}

.list-out-new3 {
    left: -200%;
}

.list-out-new3>div::after {
    left: 50%;
}

.list-out-new4 {
    left: -300%;
}

.list-out-new4>div::after {
    left: 70%;
}

.list-out-new5 {
    left: -400%;
}

.list-out-new5>div::after {
    left: 90%;
}

.pro-index-list {
    height: 225px;
    background: #F5F5F5;
    overflow: hidden;
    white-space: nowrap;
}

.pro-index-list-in {
    height: 100%;
    overflow-x: auto;
}

.pro-index-list-in::-webkit-scrollbar {
    display: none;
}

.index-cards {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    height: 175px !important;
    margin-top: 10px !important;
}

.index-cards-block {
    width: 83px;
}

.index-cards0 {
    background: url(../img/bg/1.1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-cards1 {
    background: url(../img/bg/1.2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-cards2 {
    background: url(../img/bg/1.3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-cards3 {
    background: url(../img/bg/1.4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-cards4 {
    background: url(../img/bg/1.5.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-cards>span {
    position: absolute;
}

.index-cards>span:first-child {
    top: 5%;
    left: 5%;
    color: rgb(53, 53, 53);
    font-size: 12px;
    font-weight: 400;
}

.index-cards>span:nth-child(2) {
    top: 14%;
    left: 5%;
    color: #3E3E3E;
    font-size: 10px;
    font-weight: 400;
}

.index-cards>img {
    position: absolute;
    bottom: 3%;
    max-width: 95%;
    max-height: 73%;
    left: 50%;
    transform: translateX(-50%);
}

.pro-index-list-name {
    height: 52px;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 10px;
}

.pro-index-list-name>span {
    line-height: 52px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(89, 87, 87, 1);
    margin: 0 10px;
}

.pro-index-list-name::-webkit-scrollbar {
    display: none;
}

.pro-index-list-name-block {
    width: 30vw;
}

/* .nav-img1{
    background: url(../img/shouye/0001.png) no-repeat;
  }
  .nav-img1:hover{
    background: url(../img/shouye/001.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img2{
    background: url(../img/shouye/002.png) no-repeat;
  }
  .nav-img2:hover{
    background: url(../img/shouye/0002.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img3{
    background: url(../img/shouye/0003.png) no-repeat;
  }
  .nav-img3:hover{
    background: url(../img/shouye/003.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img4{
    background: url(../img/shouye/0004.png) no-repeat;
  }
  .nav-img4:hover{
    background: url(../img/shouye/004.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img5{
    background: url(../img/shouye/0005-1.png) no-repeat;
  }
  .nav-img5:hover{
    background: url(../img/shouye/005.png) no-repeat;
    background-size: 75% 100%;
    background-position: center;
  } */

.list1,
.list2,
.list3,
.list4,
.list5 {
    position: relative;
    width: 100%;
    z-index: 99;
    display: none;
}

.list-i {
    width: 100%;
    background-color: #1e3d76;
    border-bottom: 1px solid #999;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    opacity: .8;
    justify-content: center;
    align-items: center;
}

.list-i>span:last-child {
    margin-left: 10px;
}

.list-i:hover {
    opacity: 1;
}

.list-i:last-child {
    border: none;
}

.list-i:first-child::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #1e3d76 transparent;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.list-i:first-child::after {
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    position: absolute;
    background: transparent;
    top: -10px;
}

.cards {
    margin-top: 20px;
}

.card {
    background-color: #00000000;
    padding: 5px 7px;
    border: none;
    display: block;
}

.card-left-in {
    background-color: #f8f8f8;
    height: 100%;
}

.card-left-in .card-title-en {
    /* margin-top: 50px; */
}

.card-title {
    font-size: 26px;
    color: rgb(30, 61, 118);
    text-align: center;
    width: 206px;
    margin-left: 28px;
    line-height: 34px;
    padding-top: 10px;
}

.card-title-p {
    padding-top: 10px;
    margin-bottom: 2px;
}

.card-type-p {
    position: absolute;
}

.card-title-en {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto;
    padding-top: 0;
}

.card-type {
    width: 206px;
    height: 34px;
    background-color: rgb(19, 70, 153);
    color: white;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
    margin-left: 28px;
    margin-top: 16px;
}

.card-type-en {
    width: 100%;
    background-color: transparent;
    color: rgb(30, 61, 118);
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    font-size: 14px;
}

.card-left-img {
    width: 100%;
    display: block;
}

.card-left-img-en {
    margin: 0 auto;
    width: 100%;
}

.img-out::after {
    content: '了解详情<<';
    position: absolute;
    top: 150px;
    left: 69px;
    color: rgb(30, 61, 118);
    font-size: 20px;
}

.card-des {
    color: #b3b3b3;
    margin: 0;
    padding: 0 32px;
    font-size: 19px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-des-en {
    text-align: center;
    color: rgb(30, 61, 118);
    /*margin-top: 50px;
    */
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.card-right {}

.card-right-in {
    width: 100%;
    background-color: #f8f8f8;
    cursor: pointer;
    height: 100%;
    padding-bottom: 10px;
}

.card-right-img1 {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.card-right-des1 {
    color: #b3b3b3;
    margin-top: 10px;
    padding-left: 32px;
    font-size: 19px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-right-img2 {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.card-padd {
    margin-left: 10px;
    width: 45% !important;
}

.card-50 {
    width: 50%;
}

.card-45 {
    width: 48%;
}

.center-bg {
    background: url(../img/shouye/35.png);
    background-size: cover;
    margin-top: 80px;
    background-repeat: no-repeat;
    padding: 30px;
    width: 100%;
    padding-bottom: 100px;
}

.center-title {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.center-top {
    margin-top: 10px;
    background-color: #00000000;
    padding: 5px;
    padding-left: 0;
    padding-right: 8px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.center-top-main {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 100%;
}

.center-img1 {
    width: 100%;
    display: block;
}

.c-title {
    font-size: 20px;
    color: #666;
    padding: 0 20px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-date {
    font-size: 14px;
    color: #b3b3b3;
    padding: 0 20px;
}

.c-des {
    font-size: 12px;
    color: #b3b3b3;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.center-card {
    background-color: #00000000;
    margin-top: 10px;
    padding: 5px;
    padding-right: 0;
}

.center-card-main {
    width: 100%;
    background-color: #fff;
    display: flex;
    margin: 0;
    height: 100%;
}

.center-img2 {
    width: 60%;
}

@media screen and (max-width: 720px) {
    .center-img2 {
        width: 50%;
    }
}

.center-con {
    flex: 1;
    padding-top: 15px;
}

.center-last {
    padding: 5px !important;
    background-color: #00000000;
}

.center-end {
    padding: 5px;
    padding-right: 0;
    background-color: #00000000;
}

.center-end-in {
    width: 100%;
    background-color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-size: 20px;
}

.center-last-img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.center-last-in {
    width: 100%;
    background-color: #fff;
    /* padding-bottom: 26px; */
    display: block;
    height: 100%;
}

.qidian_wpa_img,.buttonImg {
    width: 101px !important;
    height: 81px !important;
    right: 30px !important;
    bottom: 43% !important;
    background: #fff;
    transform: translateY(360%);
    box-shadow: 0 0 4px #ccc;
    z-index: 1000 !important;
    position: fixed;
    top: 246px;
}
.udesk-client-btn{
    z-index: 9999 !important;
}

.foot-title {
    display: block;
    margin: 20px auto;
}


#div1 a {
    display: inline-block;
}

#div1 {
    position: relative;
}

#div2 {
    word-break: break-all;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

#div1 img {
    margin: 0;
    padding: 0;
}

#div1 img {
    float: left;
    max-width: 120px;
    max-height: 200px;
    margin-left: 40px;
}

#div1 {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

#div5 div,
#div5 img {
    margin: 0;
    padding: 0;
}

#div5 a {
    display: inline-block;
}

#div5 img {
    float: left;
    max-width: 120px;
    max-height: 200px;
    margin-left: 40px;
}

#div5 {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#div6,
#div7 {
    word-break: break-all;
    white-space: nowrap;
    position: absolute;
}

.img-out-2 {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

#div4 {
    float: left;
    height: 100%;
}

#div8 {
    float: left;
    height: 100%;
}

#div1 img:hover,
#div5 img:hover {
    transform-origin: center;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.f-ul {
    list-style-type: none;
    padding: 0;
}

.f-ul>li {
    margin-top: 3px;
    line-height: 29px;
    font-size: 15px;
    /* cursor: pointer; */
}

.f-ul>li>a {
    text-decoration: none;
    color: #fff;
}
.icons{
    display: flex;
    gap: 0 10px;
    margin-top: 20px;
}
.icons img{
    width: 30px;
    height: 30px;
}
.f-ul-title,
.f-ul-title>a {
    font-size: 18px !important;
}

.foot-ul {
    position: relative;
}

.f-ul-2 {
    padding-top: 40px;
}

.f-ul-c {
    margin: 0 auto;
}

.f-ul-c:first-child {
    margin-left: 0;
}

.f-ul-c:last-child {
    margin-right: 0;
}

.we {
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
}
.clout-nest-page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    background: #fff;
}
.hr {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
}

.c-6 {
    font-size: 14px;
}

.c-6 a {
    color: #fff;
}

.menus {
    display: flex;
    align-items: center;
}

.menu {
    height: 20px;
    margin-left: 15px;
}

.phone-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    z-index: 101;
}

.nav-menu {
    background-color: #1e3d76;
    color: #fff;
    height: 600px;
    width: 80%;
    overflow: scroll;
}
.img-menu{
    width: 150px;
    margin-left: 50px;
}
.m-nav-top {
    height: 60px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-close {
    margin-right: 20px;
    height: 30px;
}

.m-ul {
    list-style: none;
    width: 100%;
    padding: 0 20px;
    height: 510px;
    overflow-y: auto;
}

.m-li {
    color: #fff;
    display: flex;
    height: 60px;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.m-li-main {
    padding: 0 25px;
    display: none;
}

.m-li-main>li {
    height: 50px;
    line-height: 50px;
}

.nav-menu a {
    color: white;
}

.nav-menu a:hover {
    color: white;
}

.getin {
    height: 20px;
}

.getout {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.m-li:hover {
    color: #fff;
}

.nav-detail {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
}

.d-left {
    width: 40px;
    background-color: #1e3d76;
}

.d-close {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #fff;
}

.d-close>img {
    width: 30px
}

.d-name {
    writing-mode: lr-tb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.d-right-top {
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #1e3d76;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 120px;
}

.d-right-top>img {
    width: 30px;
}

.d-right-li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999;
    width: 250px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.d-right>ul {
    padding-left: 30px;
}

.carousel-item2 {
    height: 240px;
    width: 100%;
    line-height: 200px;
    padding: 10px 0;
}

#carouselExampleIndicators2 a {
    color: #000;
}

.l-small li {
    width: 14px;
    height: 14px;
}

.new-name1 {
    position: absolute;
    left: 60%;
    top: 0;
    font-size: 20px;
    font-weight: 600;
}

.new-name2 {
    position: absolute;
    left: 60%;
    top: 20px;
    font-weight: 600;
}

.new-img {
    width: 50%;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.carouse2 {
    width: 100%;
}

.tel-more {
    margin-top: 30px;
}

.tel-more>ul {
    padding: 0;
}

.tel-li {
    width: 90%;
    margin: 0 auto;
}

.tel-li-t {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border: 1px solid #00000000;
    border-top: 1px solid #999;
    position: relative;
    color: #212529;
}

.tel-li>span {
    display: block;
    height: 60px;
    line-height: 60px;
}

.tel-li-border {
    border: 1px solid #4d4d4d;
}

.tel-li-ul {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    display: none;
}

.tel-li-ul a {
    color: #555;
    display: block;
    line-height: 40px;
}

.tel-icon {
    width: 20px;
    margin-left: 16px;
}

.tel-li-t::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tel-li-t a {
    color: unset;
}

.tel-li:last-child {
    border-bottom: 1px solid #999;
}

.tel-more>p {
    color: #666;
    font-size: 10px;
    padding: 0 16px;
}

.f-last {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    margin-top: 20px
}

.tel-foot {
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tel-foot a {
    color: #fff;
}

.tel-icon-f {
    height: 35px;
    width: 100%;
    padding-left: 40px;
}

.tel-icon-f>img {
    width: 25px;
    margin-right: 20px;
}

.tel-img3 {
    display: block;
    width: 90%;
    left: 50%;
    top: 20px;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.carousel-item3 p {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.carousel-item3 {
    height: 400px;
    color: #fff;
}

.carousel-item3 .new-name1 {
    top: 70%;
    position: absolute;
    font-size: 14px;
    line-height: 100%;
}

.carousel-item3 .new-name2 {
    top: 78%;
    position: absolute;
    width: 80%;
    line-height: 150%;
    text-align: center;
}

.web-nav {
    box-shadow: 0 0 4px #ccc;
    width: 101px;
    background-color: #F9F9F9;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.web-ul {
    padding: 0 9px;
    color: #6D6D6D;
    font-size: 15px;
}

.web-li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 12px 5px;
    cursor: pointer;
    color: #6D6D6D;
    position: relative;
}

.web-li:hover {}

.web-li-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
    cursor: pointer;
}

.code {
    box-shadow: 0 0 4px #ccc;
    display: none;
    position: absolute;
    width: 175px;
    height: 225px;
    padding-top: 10px;
    text-align: center;
    top: 50%;
    left: -194px;
    background: #F9F9F9;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.code-machine {
    box-shadow: 0 0 4px #ccc;
    display: none;
    position: absolute;
    text-align: center;
    top: 50%;
    background: #F9F9F9;
    z-index: 999;
    width: auto;
    height: auto;
    left: -128px;
    padding-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.code::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid #F9F9F9;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 2px -2px 2px rgba(1, 1, 1, 0.1);
    top: 50%;
    left: 165px;
    margin-top: -5px;
}
.code-machine::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid #F9F9F9;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 2px -2px 2px rgba(1, 1, 1, 0.1);
    top: 50%;
    left: 108px;
    margin-top: -5px;
}

.download-app {
    box-shadow: 0 0 4px #ccc;
    display: none;
    position: absolute;
    width: 175px;
    padding: 10px;
    text-align: center;
    top: 0;
    left: -184px;
    background: #F9F9F9;
    z-index: 999;
}

.second-img {
    margin-top: 10px !important;
}

.download-app-li {
    background: #1990FE !important;
    color: #fff;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.download-app-li img {
    margin: 5px 0 !important;
}

.download-app>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 400;
    color: rgba(35, 24, 21, 1);
}

.download-app>div>.d-app-title {
    display: flex;
    align-items: center;
}

.download-app>div>.d-app-title:first-child {
    margin-bottom: 40px;
}

.download-app>div>.d-app-title>img {
    height: 26px;
    margin-right: 8px;
}

.download-app::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid #F9F9F9;
    box-shadow: 2px -2px 2px rgba(1, 1, 1, 0.1);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    left: 165px;
}

.code-img {
    width: 115px;
    margin: 5px 0px;
}

.code-img2 {
    width: 130px;
    margin: 0 auto;
    display: block;
}

.code>p {
    font-size: 12px;
    margin-bottom: 0;
}

.code>p:first-child {
    font-size: 16px;
}

.web-ul>li:last-child {
    border-bottom: none;
}

.web-ul a:hover {
    color: #6D6D6D;
}

.web-li-img {
    width: 36px;
    /* height: 33px; */
    margin-bottom: 10px;
}

.to-top {
    background-color: #666;
    position: fixed;
    right: 4px;
    top: 70%;
    width: 40px;
    z-index: 9999;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.to-top-img {
    width: 30px;
}


/* prolist */

.prolist {
    /* width: 100%; */
}

.pro-list-nav {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: left;
    flex-wrap: wrap;
}

.pro-list-first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #1e3d76;
    font-weight: 600;
}

.pro-list-first span:first-child {
    font-size: 20px;
}

.pro-list-li a:hover {
    color: #666;
}

.pro-list-li a {
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pro-list-li {
    max-width: 240px;
    height: 64px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    border-bottom: 4px solid transparent;
}

.pro-list-bg {
    background-color: #f8f8f8;
    z-index: 90 !important;
    box-shadow: 0px 0px 5px 0px rgba(7, 7, 7, 0.31);
}

.pro-list-li:hover {
    color: #2071F4;
}

.bg-ccc {
    border-bottom: 4px solid #2071F4;
    color: #2071F4;
}

.type-title {
    margin: 31px auto;
    color: #000000;
    font-size: 25px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.type-title-en {
    width: 440px;
}

.type-title::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #2071F4;
    width: 36px;
    height: 3px;
}

/* .type-title::after {
    content: '';
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    width: 42px;
    height: 2px;
    background: rgb(19, 70, 153);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

/* .type-title::before {
    content: '';
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: 42px;
    height: 2px;
    background: rgb(19, 70, 153);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.pro-cards {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pro-card {
    width: 354px;
    height: 340px;
    position: relative;
    box-shadow: 3px 3px 10px 1px #ddd;
    margin-top: 20px;
    display: block;
}

.pro-card-out {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-card::after {
    flex: auto;
    content: '';
}

.pro-card-t {
    position: absolute;
    top: 10px;
    left: 5px;
}

.pro-card-t1 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #000;
}

.pro-card-t2 {
    font-size: 12px;
    line-height: 14px;
    background: #1e3d76;
    color: #fff;
    display: block;
    text-align: center;
    width: 141px;
    padding: 5px 0;
}


.search-all::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #fff;
}

.search-all:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #fff;
}

.search-all::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #fff;
}

.search-all:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #fff;
}

.pro-card-img {
    max-width: 100%;
    display: block;
    cursor: pointer;
    height: 218px;
    margin: 0 auto;
}

.coming-img {
    width: 33%;
    margin: 0 auto;
}

.pro-card-des {
    padding: 5px 17px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #f8f8f8;
    color: #a7a7a7;
    height: 73px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro-card-last {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #4a6490;
    cursor: pointer;
}

.soft-ul-s {
    justify-content: flex-start;
}

.pro-card-a {
    display: block;
}


/* proinfo */

.p-info-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.p-i-name {
    font-size: 32px;
    color: #1e3d76;
    margin-top: 30px;
    padding-left: 30px;
}

.p-i-name>span {
    font-size: 16px;
    margin-left: 10px;
    white-space: pre;
}

.p-i-des {
        line-height: 24px;
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 10px;
    padding-left: 30px;
}

.p-i-des-ch {
    line-height: 30px;
    font-size: 20px;
    color: #9a9a9a;
    padding-left: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    background: #F9F9F9;
    margin-left: 5%;
}

.p-i-type-name {
    text-align: center;
    line-height: 60px;
    color: #1e3d76;
    font-size: 26px;
    width: 100%;
    margin-top: 50px;
}

.p-i-type-img {
    width: 100%;
}

.p-i-card-des {
    margin-top: 40px;
    margin-left: 30px;
}

.soft-card {
    height: 320px;
}

.soft-v {
    color: #4a6490;
    display: inline-block;
    margin-left: 20px;
}

.soft-btn {
    float: right;
    width: 86px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    background: #f2f2f2;
    color: #1e3d76;
    box-shadow: 2px 2px 1px 0px #ddd;
}

.sms-btn {
    width: 30%;
    cursor: pointer;
}

.sms-img {
    width: 100%;
    display: none;
}

.sms-img-active,
.pro-img-active {
    display: block;
}

.sms {
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin-top {
    margin-top: 50px;
}

.sms-download {
    background: #f2f2f2;
    color: #656565;
    margin: 40px auto;
    padding: 10px 40px;
    display: none;
}

.sms-d-active,
.pro-d-active {
    display: block;
}

.sms-list {
    padding: 25px;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    margin: 0 auto;
}

.sms-i {
    width: 170px;
    line-height: 170px;
    height: 170px;
    margin-right: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.sms-i-active,
.pro-i-active {
    border: 1px solid #1e3d76;
}

.sms-i img {
    width: 100px;
}

.sms-card {
    height: 280px;
}

.sms-download-btn {
    background: #1e3d76;
    color: #fff;
    line-height: 30px;
    text-align: center;
    box-shadow: 2px 2px 1px 0px #ddd;
    width: 95px;
    height: 30px;
    margin: 20px auto;
    display: block;
}

.sms-download-btn:hover {
    color: #fff;
}

.video-icon {
    position: absolute;
    top: 25%;
    left: 41%;
    cursor: pointer;
}

.video-des {
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    width: 100%;
    color: #a7a7a7;
    padding-left: 20px;
}

.video-cards {
    height: 270px;
}

.video-out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(238, 238, 238, .6);
}

.video-in {
    width: 800px;
    background: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.video-header {
    padding: 0 15px;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.video-close {
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
}

.video-play {
    height: 500px;
    width: 100%;
    outline: none;
}

.news-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.news-card {
    width: 100%;
    height: 430px;
    display: block;
}

.news-card::after {
    content: '';
    flex: auto;
}

.news-img {
    display: block;
    width: 100%;
    height: 320px;
}

.news-card-date {
    width: 70px;
    border: 1px solid #9a9a9a;
}

.news-card-year {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #636363;
}

.news-card-day {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #a8a8a8;
}

.news-card-f {
    height: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news-card-title {
    flex: 1;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #6b6b6b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 0;
}

.news-card-out {
    width: 50%;
    max-width: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-ul {
    padding: 0;
    width: 100%;
}

.notice-li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.notice-li:nth-child(even) {
    background-color: #f2f2f2;
}

.notice-i {
    display: flex;
    justify-content: space-between;
}

.notice-title {
    line-height: 45px;
    font-size: 18px;
    color: #595959;
    height: 45px;
}

.notice-date {
    color: #9f9f9f;
    font-size: 18px;
    line-height: 45px;
    position: relative;
}

.notice-top {
    width: 20px;
    height: 23px;
    position: absolute;
    top: 10%;
    left: -50%;
}

.detail-soft {
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

.detail-t {
    width: 214px;
    height: 214px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.app-text-left {
    text-align: left !important;
    padding-left: 0 !important;
}

.detail-o {
    display: flex;
    justify-content: left;
    align-items: center;
    border-right: 3px solid #f2f2f2;
}

.detail-title {
    font-size: 38px;
    color: #1f3d76;
    text-align: center;
    padding: 0;
    margin: 0
}

.detail-type {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.detail-des {
    font-size: 20px;
    color: #333;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0;
}

.tobuy {
    background: #134699;
    color: #fff;
    display: block;
    padding: 0 16px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    white-space: nowrap;
}

.tobuy:hover {
    color: #fff;
}

.down-t {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 50px;
}

.tobuysticky {
    display: flex;
    justify-content: flex-end;
    /* z-index: 99 !important; */
}

.down-f {
    flex: 1;
    min-height: 214px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    min-width: 375px;
    background-color: #f2f2f2;
    margin-left: 50px;
    flex-direction: column;
    justify-content: space-around;
}
.search-submit{
    background: url(../img/index/search.svg) no-repeat;
    width: 20px;
    height: 20px;
}
#searchform{
    display: flex;
    align-items: center;
}
.down-f>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.update-main {
    width: 100%;
    margin-top: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.update-card {
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

.update-card-head {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    min-height: 70px;
    border-bottom: 2px solid #00000000;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.download-soft-name {
    line-height: 60px;
    border-bottom: 2px solid rgb(224, 224, 224);
    padding-left: 10px;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(19, 70, 153, 1);
}

.update-v {
    font-size: 18px;
    color: #134699;
    flex: 1;
}

.update-s {
    font-size: 18px;
    color: #727171;
    flex: 1;
}

.update-d {
    font-size: 18px;
    color: #727171;
    flex: 1;
}

.update-m {
    display: flex;
    justify-content: flex-end;
    user-select: none;
    flex: 2;
}

.update-btn {
    font-size: 18px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #15449B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 6px;
}

.update-new {
    cursor: pointer;
    font-size: 18px;
    color: #9FA0A0;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #9A979B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 6px;
}
.update-new:hover{
    border-color: #0056b3;
    color: #0056b3;
}

.update-other {
    font-size: 18px;
    color: #9FA0A0;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #9A979B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 16px;
}
.update-other:hover{
    border-color: #0056b3;
}

.update-card:first-child .update-other {
    display: block;
}

.update-card-main {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
}

.update-card-i {
    border-bottom: 1px solid #a8a8a866;
    line-height: 30px;
    color: #727171;
    font-size: 15px;
}

.update-card-i:first-child {}

.update-card-i:last-child {}

.b-bottom {
    border-bottom: 1px solid #a8a8a866;
}

.swiper-container {
    height: 200px;
}

.swiper-container1 {

    background: #D2D2D2;
}

.swiper-container2 {
    height: 30px;
}

.swipe-span {
    font-size: 12px !important;
    text-align: center;
    line-height: 30px !important;
    padding-right: 30px;
}

.my-slide-active>div {
    border-bottom: 2px solid #595757;
    display: inline-block;
    box-sizing: border-box;
    height: 80%;
}

.update-card>.update-card-main {
    display: none;
}

.update-card:first-child>.update-card-main {
    display: block;
}

.other-card .update-card-i {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-card {
    display: none;
}

.width-33 {
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
}

.update-btn:hover {
    color: #fff;
}

.qylc-title {
    text-align: center;
    font-size: 24px;
    color: #4d4d4d;
    margin-bottom: 20px;
    width: 100%;
}

.qylc-txt {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
    color: #9e9e9e;
}

.qylc-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 50px;
}

.qylc-card {
    width: 48%;
    color: #9e9e9e;
    background: #f2f2f2;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px #ddd;
    padding: 20px 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.qylc-c-t {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0;
}

.qylc-c-m {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.qylc-imgs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.qylc-img-o {
    width: 22%;
    margin-top: 20px;
}

.qylc-img {
    width: 100%;
}

.qylc-h {
    width: 90%;
    margin-top: 20px;
}

.find-title {
    margin: 30px auto;
}

.news-title {
    color: #fff;
    margin: 39px auto;
    font-size: 25px;
}

.news-title::after {
    background-color: #fff;
}

.news-title::before {
    background-color: #fff;
}

.hz-title {
    margin: 50px auto;
}

.hz-title::before {
    width: 30px;
}

.hz-title::after {
    width: 30px;
}

.zp-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.zp-card {
    margin-top: 20px;
    width: 48%;
    min-width: 375px;
    height: 85px;
    border-left: 6px solid #cccccc;
    background-color: #f5f5f5;
    color: #989898;
    padding: 13px 0;
    box-shadow: 3px 3px 10px 1px #ddd;
    position: relative;
    padding-left: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zp-card:hover {
    border-left: 6px solid #1d3e76;
}

.zp-name {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin: 0;
}

.zp-detail {
    margin: 0;
    line-height: 30px;
}

.zp-num {
    margin-left: 20px;
}

.zp-more {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.env-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.env-card {
    width: 45%;
    margin-top: 20px;
    min-width: 375px;
}

.env-img {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px 1px #ddd;
}

.env-name {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #989898;
}

.fl-title {
    text-align: center;
    font-size: 16px;
    color: #656565;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.fl-img1 {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fl-img2 {
    width: 100%;
    display: block;
}

.tzz-main {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
}

.tzz-nav {
    flex: 170px 0 0;
    margin-right: 20px;
    background-color: #eee;
    height: 162px;
    margin-top: 8px;
}

.tzz-nav>div {
    margin: 0;
    color: #555;
    padding-left: 10px;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 15px;
    display: block;
}

.tzz-nav>div:hover {
    background-color: #ccc;
}

.tzz-des {
    flex: 1;
}

.tzz1 {}

.tzz-head {
    font-size: 18px;
    color: #fff;
    padding: 10px 0 10px 24px;
    border: 1px solid rgb(30, 61, 118);
    background-color: rgb(30, 61, 118);
    margin: 0;
}

.tzz-txt {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: auto;
    text-align: justify;
    line-height: 26px;
    word-break: break-all;
    border: 1px solid rgb(238, 238, 238)
}

.tzz-video {
    width: 50%;
    margin: 20px auto;
    display: block;
}

.tzz2-nav {
    border: 1px solid rgb(220, 220, 220);
    display: flex;
    width: 274px;
    border-bottom: none;
}

.tzz2-tab {
    text-align: center;
    font-size: 16px;
    border-right: 1px solid rgb(220, 220, 220);
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    width: 137px;
    position: relative;
}

.tzz2-tab::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    left: 30px;
    top: 50%;
    background-color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tzz2-tab:last-child {
    border-right: none;
}

.tzz2-box {
    padding: 30px 20px;
    width: 100%;
    border: 1px solid rgb(220, 220, 220);
}

.tzz2-nav a {
    color: #212529;
}

.box-ul {
    padding: 0;
}

.box-li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(220, 220, 220);
    position: relative;
    padding: 0 20px;
    margin-top: 10px;
    color: rgb(51, 51, 51);
}

.box-li a {
    color: rgb(51, 51, 51);
    max-width: 70%;
    overflow: hidden;
}

.box-li>span:last-child {
    color: rgb(159, 159, 159);
}

.box-li::after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    width: 9px;
    background-color: #1d3e76;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.t-box {
    display: none;
}

.t-tab {
    background-color: rgb(238, 238, 238);
}

.r-h-300 {
    height: 600px;
}

.tzz-p {
    padding: 3px 20px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin: 0;
}

.tzz-p-m {
    padding: 20px 0;
    border: 1px solid rgb(220, 220, 220);
}

.t-nav {
    background-color: #1e3d76 !important;
    color: #fff !important;
}

.tzz-d {
    display: none;
}

.zp-d-title {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-right: 1px solid #f2f2f2;
}

.zp-d-title>li {
    width: 25%;
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.zp-d-title>li:first-child {
    width: 100%;
    font-size: 20px;
    background: #e6e6e6;
    padding-left: 30px;
    line-height: 80px;
    color: #666666;
}

.gw-ul {
    width: 100%;
}

.gw-ul>li {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px;
}

.gw-ul>li:first-child {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.sub {
    background: #1d3e76;
    color: #fff;
    font-size: 24px;
    padding: 10px 40px;
    margin: 10px auto;
}

.sub:hover {
    color: #fff;
}

.n-title {
    font-size: 24px;
    color: rgba(48, 48, 48, 1);
    width: 100%;
    text-align: center;
    line-height: 44px;
    margin-bottom: 16px;
}

.n-date {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(153, 153, 153, 1);
    width: 100%;
    margin-bottom: 56px;
}

.n-main {
    font-size: 14px;
    color: rgba(68, 68, 68, 1);
    line-height: 24px;
}
.n-content{
    font-size: 14px;
    line-height: 24px;
    color: rgba(68, 68, 68, 1);
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
}
.news-container{
    max-width: 900px !important;
}

.m-top-50 {
    margin-top: 50px;
}

.gg-title {
    background: #1e3d76;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin: 30px auto;
}

.no-padding {
    padding: 0;
}

.gg-main {
    padding-left: 28px;
    line-height: 30px;
}

table {
    width: 100%;
}

.c-language {
    display: flex;
}

.c-language>a:first-child {
    width: 30px;
}

.c-language>a:last-child {
    width: 30px;
}

.cho-language {
    display: none;
    background-color: #fff;
    border: 1px solid #999;
    z-index: 20;
    position: absolute;
    top: 100%;
    left: -50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.cho-language>p {
    margin: 0 auto;
    cursor: pointer;
}

.cho-language>p:hover {
    background-color: #ccc;
}

.m-language {
    cursor: pointer;
}

.soft-detail-img {
    width: 100%;
}

.parameter {
    display: flex;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: normal;
    color: #5a5a5a;
    line-height: 50px;
}

.keys {
    width: 35%;
}

.values {
    flex: 1;
    text-align: left;
}

.key {
    line-height: 28px;
    color: #5a5a5a;
}

.value {
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    padding-left: 10px;
}

.value:last-child {
    border: none;
}

.values>div {
    border-bottom: 1px solid #ccc;
}

.bg-cccccc {
    background-color: #cccccc55;
}

.values>div:last-child {
    border-bottom: none;
}

.width-40 {
    padding-left: 0;
    width: 40%;
}

.width-60>a {
    padding-right: 0;
}

.width-60>div>a {
    padding-left: 7px;
}

.width-60>div>a:last-child {
    padding-right: 0;
}

.width-50 {
    width: 50%;
}
.contactUs{
    color: #fff;
}
.foot-bg {
    background-color: rgb(52, 52, 52);
    padding-top: 98px;
    color: #fff;
    padding-bottom: 30px;
    margin-top: 20px;
}

.foot-bg a {
    color: #337ab7;
}

.foot-bg .beian {
    color: #fff !important;
    margin: 5px 0;
}

.width-100 {
    width: 100%
}

.contact-title {
    font-size: 40px;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 3px solid #000;
    margin-top: 60px;
}

.contact-des {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 50%;
    margin-top: 30px;
    color: rgb(125, 125, 146);
}

.contact-item {
    width: 34%;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

.item-input {
    height: 49px;
    border: none;
    outline: none;
    width: 90%;
    font-size: 18px;
    line-height: 49px;
}
.forms>p{
    display: none;
}

.contact-item>span {
    margin-left: 20px;
    color: red;
}

.item-job {
    position: relative;
    cursor: pointer;
}

.job-ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 18px;
    background-color: #fff;
    box-shadow: -1px -3px 10px 1px #ddd;
    display: none;
    z-index: 888;
    left: 0;
}

.job-ul>li {
    line-height: 53px;
    padding-left: 20px;
}

.job-ul>li:hover {
    background-color: rgb(159, 159, 159);
    color: #fff;
}

.contact-icon {
    right: 0;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact-box {
    width: 84%;
    height: 200px;
    background-color: rgb(238, 238, 238);
    margin: 0 auto;
    margin-top: 20px;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
}

.contact-send {
    width: 84%;
    height: 50px;
    /* background-color: rgb(179, 179, 179); */
    background-color: #134699;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    outline: none;
    border: none;
    margin-bottom: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.contact-send:focus {
    outline: none;
}

.tosend {
    background-color: #134699;
}

.tel-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    width: 100%;
}

.tel-card {
    width: 45%;
    height: 220px;
    box-shadow: 5px 5px 10px 3px #eee;
    margin-top: 50px;
    padding: 10px 15px;
}

.tel-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #1e3d76;
}

.tel-main {
    line-height: 30px;
}

.tel-card2 {
    height: 170px;
}

.tel-cards2 {
    flex-wrap: wrap;
}

.phonenumber,.telnumber {
    box-shadow: 0 0 4px #666;
    height: 50px;
    padding: 0;
    margin-top: -25px;
    line-height: 50px;
    position: absolute;
    width: 185px;
    text-align: center;
    top: 50%;
    left: -200px;
    background: #F9F9F9;
    z-index: 999;
    display: none;
}
.telnumber{
    width: 239px;
    left: -266px;
}
.phonenumber{
    width: 200px;
    left: -220px;
}

.phonenumber::before ,.telnumber::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid #F9F9F9;
    box-shadow: 2px -2px 2px rgba(1, 1, 1, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 175px;
}
.phonenumber::before{
    left: 188px;
}
.telnumber::before{
    left: 228px;
}

.phonenumber>img,.telnumber>img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
}

.building {
    width: 300px;
}

.msg {
    color: red;
    bottom: 10%;
    width: 100%;
    text-align: center;
    left: 0;
}

.file-header {
    display: flex;
    font-size: 21px;
    margin-bottom: 10px;
}

.file-header>span {
    flex: 1;
}

.file-header>span:first-child {
    margin-left: 10px;
}

.file-ul {
    list-style: none;
    padding: 0;
}

.file-li>* {
    flex: 1;
}

.file-li img {
    width: 30px;
    margin-right: 10px;
}

.file-li {
    height: 50px;
    font-size: 18px;
}

.file-name {
    display: flex;
    margin-left: 10px;
}

.file-name>a {
    text-decoration: underline;
}

.re-img {
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.file-return {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}

.file-ul>li:nth-child(odd) {
    background-color: #f0f0f0;
}

.file-ul-d {
    display: none;
}

.find-margin {
    margin-top: 53px;
    margin-bottom: 43px;
}

.new-pro {
    width: 90%;
    margin: 0 auto;
}

.type-tit {
    font-size: 17px;
    width: 190px !important;
}

.type-tit::before {
    width: 20px;
}

.type-tit::after {
    width: 20px;
}

.xx-out>div {
    width: 100%;
}

.xx-title {
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin-top: 30px;
}

.xx-main {
    display: flex;
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
}

.xx-key {
    width: 78px;
    line-height: 25px;
}

.xx-value {
    flex: 1;
    line-height: 25px;
}

.xx-img {
    height: 50px;
}

.tips-s,
.tips-f {
    color: #134699;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.xx-main:nth-child(even) {
    background-color: #f8f8f8;
}

.table-show {
    display: none;
}

.coming {
    width: 100%;
    text-align: center;
}

.padding-0 {
    padding: 0;
}

.ba-a {
    color: #666;
}

.img-a {
    width: 100%;
}

.foot-icon-a {
    position: absolute;
    top: -80px;
    left: 0;
}

.foot-icon {
    width: 210px;
}

.app-img>img {
    width: 100% !important;
    height: auto !important;
}

.m-li-btn {
    display: block;
    width: 100%;
}

.app-img0 {
    margin-left: 50%;
    top: 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.app-name {
    font-size: 18px;
    font-weight: unset;
    text-align: center;
    top: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.carousel-item-app {
    height: 250px;
}

.app-des {
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    color: #5a5a5a;
}

.app-ol>li {
    margin: 0 7px !important;
}

.app-img-100 {
    width: 100%;
}

.app-2-li {
    width: 70px;
}

.app-img-50 {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pro-ul-list .pro-list-first {
    flex: unset;
}

.n-left {
    width: 100px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.n-out {
    display: flex;
}

.n-right {
    flex: 1;
}

.m-icon {
    height: 40px;
    margin-left: 40px;
}

.pro-ul-list {
    justify-content: center;
}

.w-100 {
    max-height: 100%;
}

.soft-card-des {
    margin-bottom: -10px;
}

.ali {
    border: 1px solid #ccc;
    border-left: none;
    user-select: none;
}

.ali>a {
    padding: 2px 10px;
    display: block;
}

.ali:first-child {
    border-left: 1px solid #ccc;
}

.ali:hover {
    background-color: #ccc;
}

.ali .active {
    background-color: #7cc7da;
    color: #fff;
}

.information-index {
    padding: 10px 20px;
}

.information-index-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.information-index-head input {
    text-indent: 1em;
    font-size: 16px;
    width: 230px;
    padding-right: 2em;
}

.information-index-head input::-webkit-input-placeholder {
    color: #ccc;
}

.information-index-head input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

.information-index-head input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.information-index-head input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.information-index-head>div {
    position: relative;
}

.info-search {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 18px;
}

.info-head {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 30px;
    background-color: #f4f7fa;
    padding: 5px 10px;
}

.information-index ul {
    padding: 0;
    width: 100%;
    margin-top: 10px;
}

.info-li {
    height: 100px;
    line-height: 100%;
    display: flex;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.info-li>* {
    min-width: 150px;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.info-head>span {
    min-width: 150px;
    margin: 0 5px;
    position: relative;
}

.info-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 13px 0;
}

.info-title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.info-title>span:last-child {
    font-size: 14px;
    color: #878787;
}

.info-head>span:first-child {
    flex: 1;
}

.info-img {
    width: 100px;
}

.info-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.info-d-head {
    line-height: 80px;
    padding: 0 10px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.info-d-top {
    display: flex;
    align-self: center;
    margin: 10px;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.info-d-img {
    width: 200px;
}

.info-d-title {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info-d-title>span:first-child {
    font-size: 20px;
}

.info-icon {
    display: flex;
    align-items: flex-end;
}

.info-icon>img:last-child {
    margin-right: 5px;
    margin-left: 20px;
}

.info-content {
    padding: 10px;
}

.info-d-tips {
    color: #cccccc;
}

.help-out {
    padding: 50px;
    width: 100%;
}

.help-title {
    line-height: 100px;
    border-bottom: 10px solid #f4f7fa;
    font-size: 20px;
}

.help-content {
    display: flex;
}

.help-content>div {
    flex: 1;
    padding-top: 10px;
}

.help-left>div {
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
}

.help-left {
    display: flex;
    flex-direction: column;
    border-right: 4px solid #f4f7fa;
}

.help-left>* {
    padding-left: 40px;
}

.help-left>span {
    line-height: 50px;
    color: #888;
    position: relative;
    cursor: pointer;
}

.help-left>span::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/pro/article-8.svg) no-repeat;
    background-size: 20px 20px;
}

.help-active {
    background-color: #3C91F7;
    color: #fff !important;
    position: relative;
}

.help-active::after {
    background: url(../img/pro/article-f.svg) no-repeat !important;
    background-size: 20px 20px !important;
}

.help-right {
    padding: 20px;
}

.help-r-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.help-r-msg {
    font-size: 14px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.help-r-txt {
    padding-top: 10px;
}

.svideo-card {
    width: 300px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 3px 20px #ccc;
    border-radius: 8px;
}

.svideo-img {
    width: 100%;
    cursor: pointer;
}

.svideo-card>span>span>img {
    width: 20px;
    margin-right: 5px;
}

.svideo-card>span {
    padding: 0 5px;
    height: 48px;
}

.svideo-card>span>span>img:last-child {
    margin-bottom: 6px;
}

.svideo-card>span:last-child {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ccc;
    height: 24px;
}

.svideo-p {
    width: 80%;
    margin: 0 auto;
    display: block;
    background-color: #000;
    margin-top: 20px;
    height: 500px;
}

.svideo-des {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.svideo-des>span:nth-child(2) {
    color: #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.watch-icon,
.good-icon {
    width: 20px
}

.good-icon {
    margin-bottom: 5px;
}

.svideo-main {
    padding-top: 10px;
}

.m-info-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    color: #000;
    align-items: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.info-card-txt {
    display: flex;
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.info-card-txt>span:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    display: flex;
}

.info-card-txt>span:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
}

.info-card-txt>span:last-child>span {
    border-left: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 14px;
    padding-left: 5px;
}

.info-card-txt>span:last-child>span:last-child {
    border-right: 1px solid #ccc;
}

.tag_s {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 12px;
}

.info-card-img-out {
    height: 80px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.info-card-img {
    max-height: 80px;
}

.info-m-head {
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    background-color: #fff;
    width: 100%;
}

.m-info-title {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.m-info-pad {
    padding-top: 80px;
}

.m-info-search {
    width: 100%;
    display: none;
}

.m-info-search>input {
    width: 80%;
    height: 30px;
}

.m-info-detail {
    padding: 10px;
    width: 100%;
}

.m-info-detail>span {
    width: 100%;
    display: block;
    line-height: 25px;
    word-break: break-all;
}

.m-info-detail-title {
    font-weight: 600;
    line-height: 30px;
    font-size: 20px;
}

.m-info-detail-tips {
    color: #878787;
    font-size: 14px;
    line-height: 30px;
}

.m-info-detail-times {
    font-size: 12px;
    color: #C9C9C9;
    display: flex !important;
    justify-content: space-between;
}

.m-video-search {
    padding-left: 40px;
    flex: 1;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #F9FAFD;
    position: relative;
}

.m-video-input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #F9FAFD;
}

.m-video-s-cancel {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #878787;
    font-size: 15px;
}

.info-m-head2 {
    align-items: center;
}

.m-video-s-icon {
    width: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.info-context img {
    max-width: calc(100vw - 30px);
    height: auto;
}
.info-context video {
    max-width: 95vw;
}

.m-video-card {
    width: 90%;
    margin: 10px auto;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 4px;
    color: #000;
}

.m-video-card>p {
    padding: 2px 6px;
    margin-bottom: 0;
}

.m-video-card-img {
    width: 100%;
}

.m-video-card>span {
    width: 100%;
    padding: 2px 6px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: #999;
}

.m-video-card>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-video-tips {
    color: #878787;
    font-size: 15px;
}

.m-watch {
    width: 20px;
    margin-right: 2px;
}

.m-like {
    width: 20px;
    margin-bottom: 3px;
    margin-right: 2px;
}

.s-search-card {
    width: 90%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: flex;
    margin: 0 auto;
}

.s-search-card-img {
    width: 45%;
    border-radius: 4px;
    height: 100%;
}

.s-search-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.s-search-card-title {
    font-size: 18px;
}

.s-search-card-tips {
    color: #878787;
    font-size: 14px;
}

.m-video-play {
    width: 100%;
    background-color: #000;
    z-index: 8;
    height: 250px;
}

.m-video-p-top,
.m-video-content {
    padding: 5px 10px;
    border-bottom: 10px solid #f9fafd;
}

.padding-top-220 {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.padding-top-220 p {
    word-break: break-all;
}

.flex-scroll {
    flex: 1;
    overflow-y: auto;
}

.m-video-p-top {
    position: relative;
}

.m-video-time {
    color: #ccc;
    font-size: 14px;
}

.sort-up,
.sort-down {
    position: absolute;
    width: 12px;
    right: 60px;
}

.sort-up1,
.sort-down1 {
    position: absolute;
    width: 12px;
    right: 80px;
}

.sort-up {
    top: 6px;
}

.sort-down {
    top: 14px;
}

.like-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10%;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    box-shadow: 0px 4px 6px #ccc;
    padding: 6px;
}

.like-btn>span {
    font-size: 12px;
    transform-origin: center;
    transform: scale(.8);
}

.like-btn>img {
    width: 22px;
}

.share-pro {
    position: fixed;
    z-index: 10;
    background-color: rgba(238, 238, 238, .6);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.share-div {
    height: 150px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}

.share-main {
    height: 100px;
    width: 100%;
    border-bottom: 5px solid rgba(238, 238, 238, .6);
    display: flex;
    align-items: center;
}

.share-icon {
    width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 20px;
}

.share-img {
    padding: 13px;
    box-shadow: 0px 0px 2px #ccc;
    border-radius: 6px;
}

.share-name {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

.share-cancel {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.get-types {
    width: 100%;
    height: 40px;
    display: flex;
    position: fixed;
    top: 40px;
    background-color: #fff;
    box-shadow: 0px 1px 1px #ccc;
    border-top: 1px solid #ccc;
}

.get-type {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.get-type::after {
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 30px;
    top: 49%;
}

.share-video {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 60px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #3C91F7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5px;
}

.share-1-img {
    width: 16px;
}

.share-1-name {
    font-size: 12px;
    color: #3C91F7;
}

.m-info-pad-40 {
    padding-top: 40px;
}

.m-like-2 {
    margin-bottom: 4px;
}

.like-n1,
.like-l2 {
    display: none;
}

.filter-color {
    color: #2c2;
    font-weight: 600;
}

.order-date,
.order-view,
.order-like {
    cursor: pointer;
    user-select: none;
}

.pro-cat {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: none !important;
    margin-right: 5px;
    padding: 0 !important;
}

.pro-list-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-item {
    list-style-type: none;
}

.ddd {
    width: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

#select_txt {
    opacity: 0;
    position: fixed;
    z-index: -1;
}

.card-title-ch {
    position: absolute;
    z-index: 2;
}

.card-type-ch {
    position: absolute;
    top: 40px;
    z-index: 2;
}

.card-des-ch {
    position: absolute;
    bottom: 10px;
}

.card-right-des1-ch {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 10px;
}

.nav-icon {
    width: 65px;
    height: 80px;
    background-image: url(../img/shouye/metal_original.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-icon1 {
    background-image: url(../img/shouye/metal_original.png);
}

.nav-icon2 {
    background-image: url(../img/shouye/tubing_original.png);
}

.nav-icon3 {
    background-image: url(../img/shouye/precision_original.png);
}

.nav-icon4 {
    background-image: url(../img/shouye/intelligent_original.png);
}

.nav-icon5 {
    background-image: url(../img/shouye/info_original.png);
}
.nav-icon1-en {
  width: 160px;
    background-image: url(../img/shouye/en/SheetMetalCutting.png);
}

.nav-icon2-en {
  width: 160px;
    background-image: url(../img/shouye/en/3DTubeCutting.png);
}

.nav-icon3-en {
  width: 160px;
    background-image: url(../img/shouye/en/PrecisionCutting.png);
}

.nav-icon4-en {
  width: 160px;
    background-image: url(../img/shouye/en/IntelligentHardware.png);
}

.nav-icon5-en {
  width: 160px;
    background-image: url(../img/shouye/en/Informatization.png);
}

.nav-ul>.nav-img1:hover .nav-icon1 {
    background-image: url(../img/shouye/metal_active.png);
}

.nav-ul>.nav-img2:hover .nav-icon2 {
    background-image: url(../img/shouye/tubing_active.png);
}

.nav-ul>.nav-img3:hover .nav-icon3 {
    background-image: url(../img/shouye/precision_active.png);
}

.nav-ul>.nav-img4:hover .nav-icon4 {
    background-image: url(../img/shouye/intelligent_active.png);
}

.nav-ul>.nav-img5:hover .nav-icon5 {
    background-image: url(../img/shouye/info_active.png);
}
.nav-ul>.nav-img1:hover .nav-icon1-en {
    background-image: url(../img/shouye/en/SheetMetalCutting-down.png);
}

.nav-ul>.nav-img2:hover .nav-icon2-en {
    background-image: url(../img/shouye/en/3DTubeCutting-down.png);
}

.nav-ul>.nav-img3:hover .nav-icon3-en {
    background-image: url(../img/shouye/en/PrecisionCutting-down.png);
}

.nav-ul>.nav-img4:hover .nav-icon4-en {
    background-image: url(../img/shouye/en/IntelligentHardware-down.png);
}

.nav-ul>.nav-img5:hover .nav-icon5-en {
    background-image: url(../img/shouye/en/Informatization-down.png);
}

.width-44 {
    width: 44%;
}

.width-56 {
    width: 56%;
}

.getreturn {
    color: #333;
    background: #fff;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.getreturn>img:last-child {
    visibility: hidden;
}

.visibility-hidden {
    visibility: hidden;
}

.n-card-index {
    width: 23%;
    margin: 0 auto;
    margin-bottom: 2%;
    display: block;
    opacity: 0;
    position: relative;
    overflow: hidden;
}


.n-card-index:nth-child(4n-3) {
    margin-left: 0;
}

.n-card-index:nth-child(4n) {
    margin-right: 0;
}

.n-card-index:nth-child(1)>.n-card-index-img {
    background: url(../img/bg/1.1.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(2)>.n-card-index-img {
    background: url(../img/bg/1.2.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(3)>.n-card-index-img {
    background: url(../img/bg/1.3.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(4)>.n-card-index-img {
    background: url(../img/bg/1.4.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(5)>.n-card-index-img {
    background: url(../img/bg/1.5.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(6)>.n-card-index-img {
    background: url(../img/bg/1.6.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(7)>.n-card-index-img {
    background: url(../img/bg/1.7.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-index:nth-child(8)>.n-card-index-img {
    background: url(../img/bg/1.8.png);
    background-size: cover;
    padding-top: 105.74%;
    background-repeat: no-repeat;
    position: relative;
}

.n-card-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: url(../img/bg/cover.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.n-card-cover:hover {
    box-shadow: 0 0 2px 1px #ccc;
}

.n-pro-title {
    position: absolute;
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    top: 4%;
    left: 8%;
    line-height: 1.5;
    margin-bottom: 0;
}

.n-pro-title-s {
    color: #3E3E3E;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    top: 15%;
    left: 8%;
}

.hover-more {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #aaa;
    transform: translateY(-30px);
    transition: transform .5s;
}

.n-card-cover>img {
    max-width: 95%;
    max-height: 73%;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.n-card-cover:hover>img {
    transform: translateX(-50%) scale(1.05);
    transform-origin: center;
}

.n-card-index:hover .hover-more {
    transform: translateY(0);
}

.n-news-cards {
    width: 46%;
    background: #fff;
    display: block;
}

.n-news-cards>img {
    width: 100%;
}

.n-news-cards-r {
    width: 53%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
}

.n-news-cards-t {
    width: 100%;
    height: 241px;
    display: flex;
    background: #fff;
}

.n-news-cards-t>div {
    flex: 1;
}

.n-news-cards-t>div>div {
    width: 100%;
}

.n-news-cards-t img {
    height: 100%;
}

.n-news-cards-b {
    flex: 1;
    margin-top: 2%;
    display: flex;
    flex-wrap: nowrap;
}

.n-news-cards-b>a {
    display: block;
    background: #fff;
    width: 37.68%;
    margin-right: 2%;
}

.n-news-cards-b>a img {
    width: 100%;
}

.n-news-cards-b>div img {
    width: 100%;
}

.n-news-cards-b>.n-news-card-more {
    flex: 1;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
}

.n-news-cards-b>div>div {
    display: flex;
    flex-direction: column;
}

.pro-new-icon {
    height: 27px;
}

.nav-img-100 {
    width: 100%;
}

.carousel-item {}
.type-version::after {
    display: none;
}

.type-version {
    font-size: 28px;
}
.nav-img-out-h {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 409px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    }
    
    .chat-now {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70%;
    }
    
    .chat-now .container div {
        width: 160px;
        height: 52px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
        background: #00aff0;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
}

#hardware {
    margin-bottom: 100px;
}

.soft-list-card-out {
    display: flex;
    flex-wrap: wrap;
}

.soft-list-card {
    width: 424px;
    padding: 23px 20px 18px 25px;
    background: #F9F9F9;
    box-shadow: 0 0 20px 0 #ccc;
    margin-right: 58px;
    margin-bottom: 58px;
}

.soft-list-card:nth-child(3n) {
    margin-right: 0;
}

.soft-list-card>div:first-child {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(19, 70, 153, 1);
}

.soft-list-card>a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(19, 70, 153, 1);
}

.soft-list-card>div {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(19, 70, 153, 1);
}

.soft-list-card>a>img {
    margin-right: 20px;
    max-width: 36px;
}

.other-title-img {
    height: 28px !important;
    max-width: 150px !important;
}

.soft-list-card>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 26px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    margin-bottom: 30px;
}

.soft-list-card>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #ccc;
    margin: 0;
    line-height: 100%;
    overflow: visible;
}

.soft-list-card>div:last-child>span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.soft-list-card>div:last-child>div {
    display: flex;
    align-items: center;
}

.soft-list-card>div:last-child>div>a {
    width: 82px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px 0 #ccc;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 61, 118, 1);
    line-height: 29px;
    opacity: 0.8;
}

.soft-list-card>div:last-child>div>a:last-child {
    margin-left: 18px;
}

.empty-block {
    height: 107px;
}

.carousel-item-img {
    height: 409px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe {
    border-width: 0;
}

.bread {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.bread>span {
    margin: 0 5px;
    color: #BABABA;

}

.bread>a {
    color: #BABABA;
    white-space: nowrap;
}

.bread>span:last-child {
    color: #777777;
}

.pro-bread {
    padding-left: 60px;
}

.search-input-index {
    align-items: center;
    display: none;
    position: absolute;
        top: 150%;
        background: #fff;
    z-index: 9;
}

.search-input-index img {
    width: 20px;
}

.search-input-index>img {
    margin-right: 20px;
    margin-left: 5px;
}

.search-input-index>div {
    display: flex;
    align-items: center;
    border: 1px solid #9F9F9F;
    padding: 0 8px;
    width: 210px;
}

.search-input-index input {
    border: none !important;
    outline: none !important;
}

.carousel-inner-p {}

.carousel-indicators-p {
    margin-bottom: -50px;
}

.carousel-indicators-p li {
    background: #D2D2D2;
}

.carousel-indicators-p li.active {
    background: #134699;
}

.partner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partner>div {
    width: 230px;
    height: 84px;
    border: 1px solid rgb(170, 170, 170);
    margin: 4px 3px;
}

.partner>div>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner>div>a>img {
    max-height: 95%;
    max-width: 95%;

}

#carouselExampleCaptions0 {
    margin-bottom: 120px;
}

.animation-delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animation-delay-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated {
    opacity: 0;
}

.soft-news-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.soft-news-cards>div {
    width: 49%;
    padding: 26px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.soft-news-cards>div>img {
    width: 34%;
    margin-right: 15px;
    height: 100%;
    max-height: 100px;
}

.soft-news-cards>div>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.soft-news-cards>div>div>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    word-break: break-all;
}

.soft-news-cards>div>div>span:first-child {
    font-size: 16px;
    font-weight: 400;
    color: rgba(46, 46, 46, 1);
}

.soft-news-cards>div>div>span:last-child {
    font-size: 12px;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
}

.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    /* border: 1px solid #134699; */
    color: rgba(128, 128, 128, 1);
    margin: 0 11px;
}

.current {
    background: rgba(59, 92, 188, 1);
    color: #fff;
}

.search-nav {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.search-result {
    margin: 30px 0;
    flex-direction: column;
}

.search-result>a:first-child {
    font-size: 24px;
    font-weight: bold;
    color: rgba(19, 70, 153, 1);
}

.search-result>a:last-child {
    font-size: 16px;
    font-weight: 300;
    color: rgba(19, 70, 153, 1);
}

.search-result>div {
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 18px;
    margin: 10px 0;
}

.empty-search {
    font-size: 24px;
    margin: 100px;
    text-align: center;
}

.invest-img>img {
    width: 100%;
}

.invest-main {
    font-size: 16px;
    font-weight: 400;
    color: rgba(35, 24, 21, 1);
    line-height: 32px;
    padding: 0 50px;
}

.invest-phone {
    font-size: 14px;
    font-weight: 400;
    color: rgba(35, 24, 21, 1);
    line-height: 28px;
    padding: 0 50px;
    margin-bottom: 50px;
}

.head-ul-ch {
    padding: 0 110px !important;
}

/* @media screen and (min-width: 1200px) {

    .container {
        max-width: 1150px;
    }
    .nav-img-txt {
        font-size: 16px;
    }

} */
.page-con img {
    max-width: 100%;
    height: unset;
}

.page-con a {
    word-break: break-all;
}


.warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: rgb(254, 254, 254);
    height: 100%;
    width: 100%;
}

.warning>div {
    margin: 0 auto;
    width: 40%;
    margin-top: 15%;
    text-align: center;
    padding: 30px 0;
}

.warning>div p:nth-child(2) {
    margin-bottom: 30px;
    font-size: 14px;
}

.warning>div div {
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0 18%;
}

.warning>div div span {
    margin: 0 auto;
    float: left;
    left: 20px;
    margin: 0 10px;
}

.warning>div div span img {
    width: 100px;
    margin-bottom: 10px;
}

.invest-tip {
    color: #5F5F5F;
    font-size: 14px;
    text-align: center;
}

.carousel-item-img>img {
    cursor: pointer;
}

.product-point {
    position: absolute;
    top: -60px;
}
.server-tip{
    display: none;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 110px;
    text-align: center;
    background: rgba(1, 1, 1, 0.8);
    color: #fff;
    border-radius: 5px;
    transition: opacity .5s;
    padding: 0 10px;
    z-index: 99999;
}
.btnToApp{
        display: none;
    }
.download-tub{
    color: #fff !important;
    line-height: inherit;
}
.download-tub:hover{
    color: #fff !important;
}
.duty-t{
    font-size: 18px;
    color: #404040;
    width: 100%;
    margin: 20px 0;
}
.duty p{
    font-size: 16px;
    color: #404040;
    width: 100%;
    line-height: 30px;
}
.download-nav-img{
    height: 300px;
}
.suport-img{
    height: 26px;
}

.code-bg{
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/code-bg-pc.png) no-repeat;
  background-size: 100% 100%;
}
.code-bg-img{
  width: 160px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(25, 25, 25, 0.2);
  border-radius: 2px;
}
.code-bg-img>img{
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
}
.code-bg-img>div{
  color: #666666;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #E8E8E8;
  margin-bottom: 8px;
}
.chat-now-btn{
    width: 160px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: #00aff0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.en-ad{
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}
.en-ad span{
    position: fixed;
    right: 7px;
    bottom: 198px;
    color: #fff;
    transform: translateX(-18px);
    font-size: 16px;
    display: none;
}
.en-ad img{
    width: 150px;
    height: 150px;
}
.en-ad:hover span{
    display: block;
}
.page-position{
    height: 60px;
    background: rgba(247, 247, 247, 1);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
}

@media (min-width: 576px) {
    .n-news-cards-t {
        height: 70px;
    }

    .c-title {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 768px) {
    .n-news-cards-t {
        height: 100px;
    }
}

@media screen and (min-width: 992px) {
    .n-news-cards-t {
        height: 140px;
    }

    .news-card-out {
        width: 45%;
    }

    .news-cards:after {
        content: '';
        width: 432px;
    }

    .nav-img-out-h img,
    .carousel-item-img>img {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .n-news-cards-t {
        height: 170px;
    }

    .news-cards:after {
        content: "";
        width: 513px;
    }
}

@media screen and (min-width: 1500px) {
    .n-news-cards-t {
        height: 240px;
    }

    .news-cards:after {
        content: "";
        width: 560px;
    }

    .center-last-in {
        /* padding-bottom: 39px; */
    }

    .container {
        max-width: 1414px;
    }
    .home-container {
        max-width: 1100px;
    }

    .pro-ul-list .pro-list-li {
        flex: unset;
        margin: 0 20px;
        min-width: unset;
    }
}

@media screen and (max-width: 1920px) {

    .nav-img-out-h img,
    .carousel-item-img>img {
        height: 100% !important;
        flex: 0 0 1920px;
    }
}

@media screen and (max-width: 1500px) {
    .list-i{
        font-size: 12px;
    }
    .search-input-index {
        position: absolute;
        top: 150%;
        background: rgb(255, 255, 255);
    }

    .card-title-ch {
        font-size: 22px;
    }

    .card-type-ch {
        font-size: 16px;
    }

    .card-type,
    .card-title-ch {
        width: 160px;
    }

    .img-out::after {
        top: 115px;
    }

    .soft-list-card:nth-child(3n) {
        margin-right: 58px;
    }

    .soft-list-card:nth-child(2n) {
        margin-right: 0;
    }


}

@media screen and (max-width: 1200px) {

    .list-i {
        font-size: 12px;
    }

    .list-i>span:last-child {
        display: none;
    }

    .n-pro-title {
        font-size: 22px;
    }

    .n-pro-title-s {
        font-size: 14px;
    }

    .c-des,
    .c-title {
        padding: 0 10px;
    }

    .pro-card-out {
        width: 50%;
    }

    .head-ul>li {
        width: 110px;
        margin: 0 auto;
    }

    .head-search {
        margin-right: 10px;
    }

    .head-search,
    .nav-lang,
    .head-img2 {
        width: 20px;
    }

    .nav-img-icon>img {
        width: 34px;
    }

}

@media screen and (max-width: 992px) {

    .head-lang {
        font-size: 14px;
    }

    .soft-list-card {
        margin: 0 auto !important;
        margin-bottom: 58px !important;
    }

    .n-pro-title {
        font-size: 16px;
    }

    .n-pro-title-s {
        font-size: 12px;
    }

    .c-des,
    .c-title,
    .c-date {
        margin: 0;
    }

    .tel-card {
        width: 100%;
    }

    .c-des {
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
    }

    .pro-card-out,
    .news-card-out {
        width: 100%;
        justify-content: center;
    }

    .head-lang {
        margin-right: 0;
    }

    .img-out::after {
        top: 94px;
    }

    .card-title,
    .card-type {
        margin-left: 0;
    }

    .tzz-nav {
        width: 100px;
    }

    .head-ul>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) and (min-width:576px) {
        
    .head-img1 {
        width: 100px;
    }

    .r-h-300 {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
  .search-container{
    margin-top: 20px;
  }
  .code-bg{
    height: 140px;
    background: url(../img/code-bg-phone.png) no-repeat;
    background-size: 100% 100%;
  }
  .code-bg-img{
    width: 80px;
    padding: 5px;
  }
  .code-bg-img>img{
    margin-bottom: 5px;
    height: 70px;
  }
  .code-bg-img>div{
    padding-top: 5px;
    margin-bottom: 4px;
    font-size: 10px;
  }
  .nav-icon1-en {
    width: 100% !important;
    background-size: cover;
    background-position: center;
      background-image: url(../img/shouye/phone/SheetMetal.png);
  }
  
  .nav-icon2-en {
    width: 100% !important;
    background-size: cover;
    background-position: center;
      background-image: url(../img/shouye/phone/3DTube.png);
  }
  
  .nav-icon3-en {
    width: 100% !important;
    background-size: cover;
    background-position: center;
      background-image: url(../img/shouye/phone/Precisioncutting.png);
  }
  
  .nav-icon4-en {
    width: 100% !important;
    background-size: cover;
    background-position: center;
      background-image: url(../img/shouye/phone/Automation.png);
  }
  
  .nav-icon5-en {
    width: 100% !important;
    background-size: cover;
    background-position: center;
      background-image: url(../img/shouye/phone/Informatization.png);
  }

  .nav-ul>.nav-img1:hover .nav-icon1-en {
    background-image: url(../img/shouye/phone/SheetMetal-down.png);
  }

  .nav-ul>.nav-img2:hover .nav-icon2-en {
      background-image: url(../img/shouye/phone/3DTube-down.png);
  }

  .nav-ul>.nav-img3:hover .nav-icon3-en {
      background-image: url(../img/shouye/phone/Precisioncutting-down.png);
  }

  .nav-ul>.nav-img4:hover .nav-icon4-en {
      background-image: url(../img/shouye/phone/Automation-down.png);
  }

  .nav-ul>.nav-img5:hover .nav-icon5-en {
      background-image: url(../img/shouye/phone/Informatization-down.png);
  }
    .show-all{
        padding: 0 10px;
    }
    .duty{
        padding: 0 10px;
    }
    .duty p{
        line-height: 30px;
    }
    .btnToApp{
        display: block;
        width: 100px;
        height: 35px;
        border-radius: 17px;
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        background: #1890FF;
        font-size: 15px;
        line-height: 35px;
        text-align: center;
        z-index: 9999;
    }
    .coming-img{
        width: 180px;
        height: 160px;
    }
    .download-soft-name{
        line-height: 40px;
        font-size: 20px;
    }
    .update-v,.update-s{
        font-size: 12px;
    }
    .down-t{
        margin-top: 0;
    }
    .bread{
        padding-left: 10px;
        font-size: 14px;
    }
    .soft-news-cards>div>img {
        max-height: 100px;
    }

    .prolist {
        width: 100vw;
        height: 212px;
    }

    .phone-news-des p {
        word-break: break-all;
        color: #B3B3B3;
        font-size: 14px;
    }

    .phone-news-des {
        background: #F4F4F4;
        padding: 10px;
    }

    .phone-news-des-title {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        align-items: center;
    }

    .phone-news-des-title>span:first-child {
        font-size: 14px;
        font-weight: 500;
        color: rgba(77, 77, 77, 1);
        word-break: break-all;
    }

    .phone-news-des-title>span:last-child {
        font-size: 14px;
        font-weight: 500;
        color: rgba(204, 204, 204, 1);
        flex: 0 0 80px;
        text-align: right;
        word-break: keep-all;
    }

    .news-title {
        color: #313131;
    }

    .news-title::after {
        background-color: #07193C;
    }

    .n-news-cards {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .partner>div {
        width: 170px;
    }

    .find-title {}

    .find-margin {
        margin: 20px auto;
    }

    .search-result {
        padding: 0 10px;
    }

    .tubest-com .t-com-main-r>div {
        font-size: 12px !important;
        padding: 0 5px !important;
    }

    .tubest-com .t-com-main>div {
        height: 40px !important;
    }

    .tubest-com .t-com-main>div img {
        width: 20px !important;
    }

    .tubest-com .t-com-head>span:first-child,
    .tubest-com .t-com-head>span:last-child {
        font-size: 16px !important;
    }

    .tubest-com .t-com-head {
        height: 220px !important;
        padding-right: 5px !important;
    }

    .tubest-com>div.tubest-c {
        left: 33% !important;
        width: 35% !important;
    }

    .tubest-com .t-com-head div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 19px !important;
    }

    .tubest-com .t-com-head div:last-child,
    .tubest-com .t-com-foot div {
        height: 30px !important;
        line-height: 30px !important;
        width: 100px !important;
    }

    .tubest-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .cards {
        flex-wrap: wrap !important;
    }

    .cards div {
        width: 48% !important;
        margin: 0 auto !important;
        height: 200px !important;
        margin-bottom: 10px !important;
    }

    .cards div span:nth-child(2) {
        font-size: 14px !important;
        display: flex !important;
        align-items: center !important;
    }

    .update-d {
        font-size: 12px;
    }

    .pro-list-bg {
        top: 40px !important;
    }

    /* .tobuysticky {
        top: 90px !important;
    } */

    .video-play {
        height: 300px;
    }

    .soft-news-cards>div {
        padding: 10px;
    }

    .soft-news-cards>div>div>span:first-child {
        font-size: 12px;
    }

    .soft-news-cards>div {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .update-m {
        padding: 10px 0;
    }

    .cypnest-right>div img {
        width: 170px !important;
    }

    .cypnest-right>div.cyp-title span:first-child {
        font-size: 16px !important;
    }

    .cypnest-right>div.cyp-title span:last-child {
        font-size: 12px !important;
    }

    .down-f {
        min-height: unset;
    }

    .page-con {
        padding: 0 10px;
    }

    .notice-title
     {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 230px;
    }
    .notice-date{
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 230px;
    }

    .margin-top {
        margin-top: 10px;
    }

    .search-index,
    .search-input-index {
        display: none !important;
    }

    .mes-phone-p {
        padding: 0 10px;
        margin: 30px 0;
    }

    .mes-phone {
        padding: 0 10px;
    }

    .mes-phone>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .mes-phone>div:nth-child(odd) {
        background: #F5F8FA;
    }

    .mes-phone>div img {
        width: 200px;
        margin-bottom: 5px;
    }

    .mes-phone>div>span {
        font-size: 20px;
        font-weight: 400;
        color: rgba(30, 35, 130, 1);
    }

    .mes-phone>div>p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
    }
    .machine-phone>div>p{
      max-width: 280px !important;
      line-height: 25px !important;
      text-align: center;
    }

    .lite-title img {
        width: 70px;
        margin-left: 45px;
        height: 68px;
    }

    .lite-title div span:first-child {
        font-size: 24px;
    }

    .lite-title div span:last-child {
        font-size: 14px;
    }

    .lite-title .lite-title-icon {
        width: 21px;
        margin-left: 10px;
    }

    .detail-t {
        height: 150px;
        width: 90px;
        margin-left: 10px;
    }

    .nav-icon {
        width: 50px;
    }

    .nav-img-out-h {
        height: 200px;
    }

    .p-i-type-name {
        margin-top: 10px;
    }

    .p-i-des-ch {
        font-size: 16px;
        margin: 0 5%;
        padding: 0;
    }

    .qidian_wpa_img {
        display: none;
    }

    .carousel-item-img {
        height: 0;
    }

    .head-lang a {
        border-left: none;
        padding: 0 4px;
        margin: 0 4px;
    }

    .type-title {
        font-size: 20px;
    }

    .soft-list-card {
        margin-bottom: 20px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .pro-bread {
        padding-left: 10px;
    }


    .pro-list-li {
        padding: 12px;
        height: unset;
        flex: unset;
        min-width: 90px;
        font-size: 12px;
    }

    .nav-lang {
        margin-right: 0;
    }

    .head {
        height: 56px;
        width: 100%;
    }

    .head-img1 {
        width: 118px;
    }

    .head-lang {
        margin-right: 10px;
        font-size: 15px;
    }

    .nav-ul {
        padding-bottom: 0;
        justify-content: space-around;
    }

    .img-show {
        display: none;
    }

    .table-show {
        display: block;
    }

    /* .nav-img2 .nav-img-txt{
      margin-top:6px;
    } */
    .nav-img-icon>img {
        width: 30px;
        height: 30px;
    }

    .nav-img2 img {
        height: 40px;
    }

    .nav-ul>li::before {
        width: 0;
    }

    .nav-img-txt {
        font-size: 12px;
    }

    .nav-ul>li:last-child::after {
        width: 0;
    }

    .nav-bg {
        background-color: #fff;
        margin-top: 10px;
    }

    .nav-ul>li::before {
        border: none;
    }

    .nav-ul>li:last-child::after {
        border: none;
    }

    .nav-title {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        height: 18px;
    }
    .hz-title{
        margin: 20px auto;
    }
    .carousel-indicators-en{
        background: #ccc;
        margin-bottom: -18px;

    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    .search-nav {
        margin: 25px 0;
    }

    .qylc-card {
        width: 90%;
    }

    .news-card-title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .news-card-f {
        height: unset;
        padding: 10px 0;
    }

    .news-card {
        width: 100%;
        padding: 0 10px;
        height: unset;
    }

    .news-img {
        height: unset;
    }

    .qylc-img-o {
        width: 80%;
    }

    .tobuy {
        width: 70px;
        height: 20px;
        line-height: 20px;
    }

    .detail-des {
        font-size: 12px;
        word-break: break-all;
    }

    .down-f {
            font-size: 12px;
    margin: 0 10px;
    min-width: unset;
        padding: 5px 10px;
    }

    .fl-img1 {
        width: 100%;
    }

    .list1 .list-i:first-child::before {
        left: 37px;
    }

    .list5 {
        left: -78px;
    }

    .list5 .list-i:first-child::before {
        left: 194px;
    }

    .n-pro-img {
        height: 210px;
    }

    .pro-list-first {
        width: 100%;
        flex: unset;
    }

    .update-new {
        width: 60px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .update-other {
        width: 80px;
            font-size: 12px;
            height: 20px;
        line-height: 20px;
    }
    .update-btn{
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        width: 40px;
    }
    .update-card-head{
        min-height: 40px;
    }
    .update-card-i{
        font-size: 12px;
    }

    .r-h-300 {
        height: auto;
    }

    .qylc-h {
        width: 100vw;
        height: unset;
        flex: 1;
        display: block;
    }

    .zp-d-title>li {
        width: 100%;
    }

    .gw-ul {
        padding: 0 25px;
    }

    .foot-bg {
        display: none;
    }

    .width-33 {
        padding-right: 5px;
    }

    .contact-item {
        width: 90%;
    }

    

    .contact-title {
        font-size: 29px;
        text-align: center;
    }

    .contact-des {
        width: 85%;
    }

    .qylc-txt {
        padding: 0 10px;
    }

    .keys {
        font-size: 14px;
        border-right: 1px solid #ccc;
    }

    .value {
        font-size: 12px;
        border-bottom: 1px solid #ccc;
    }

    .value:last-child {
        border-bottom: none;
    }

    .parameter {
        border: 1px solid #ccc;
        border-bottom: none;
        font-size: 12px;
        line-height: 30px;
    }

    .head-left {
        justify-content: center;
    }

    .parameter:last-child {
        border-bottom: 1px solid #ccc;
    }

    .msg {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-item>span {
        margin-left: 0;
    }

    .file-header {
        font-size: 13px;
    }

    .file-li {
        font-size: 12px;
    }

    .file-li img {
        width: 18px;
        margin-right: 5px;
    }

    .re-img {
        width: 20px;
    }

    .file-return {
        height: 30px;
        line-height: 30px;
    }

    .app-des {
        font-size: 13px;
        line-height: 25px;
    }

    .keys,
    .value {
        line-height: 30px;
    }

    .m-top-50 {
        margin-top: 10px;
    }

    header {
        /* height: 56px;
        flex: 0 0 56px; */
    }
    .update-new-en{
        width: 80px;
    }
    .notice-top{
        display: none;
    }
    .empty-search{
        margin: 16px;
    }
    .Catalog{
        padding-right: 4px !important;
        margin: 0 !important;
    }
}